From: Mark Brown Date: Fri, 10 Oct 2008 11:32:16 +0000 (+0100) Subject: ALSA: ASoC: Make TLV320AIC26 user-visible X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~25277^2~22 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9296bb43f1a3b60ab2e9c4ff48a296cacff117a9;p=linux-4.9.git ALSA: ASoC: Make TLV320AIC26 user-visible The TLV320AIC26 Kconfig option is unusual in that it supports the OpenFirmware machine driver which doesn't have a hard binding to the codec driver but discovers the codec via the device tree. This makes it meaningful to select the codec without a machine driver. Ideally there would be a proxy entry so that this option was only visible on OpenFirmware systems. Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai --- diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 11eebce97aee..4975d8573e4f 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -68,7 +68,7 @@ config SND_SOC_TLV320AIC23 depends on I2C config SND_SOC_TLV320AIC26 - tristate + tristate "TI TLV320AIC26 Codec support" depends on SPI config SND_SOC_TLV320AIC3X